Skip to content

chore(deps)(deps-dev): bump @japa/runner from 3.1.4 to 4.5.0 - #16

Merged
AurelienConte merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/japa/runner-4.5.0
Jan 12, 2026
Merged

chore(deps)(deps-dev): bump @japa/runner from 3.1.4 to 4.5.0#16
AurelienConte merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/japa/runner-4.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 12, 2026

Copy link
Copy Markdown
Contributor

Bumps @japa/runner from 3.1.4 to 4.5.0.

Release notes

Sourced from @​japa/runner's releases.

Fix latest release

Latest release (4.4.1) was broken because of a branch issue. This release fixes it

Features

  • automatically use dot reporter when running inside AI Agent (f9da5e0)

Dot reporter for AIs

Full Changelog: japa/runner@v5.1.0...v4.4.1

Add support for listing pinned tests and fail test suite when there are pinned tests

4.4.0 (2025-08-12)

disallowPinnedTests Plugin

The disallowPinnedTests plugin can be used to fail the test suite when there are one or more pinned tests. You may use it to disallow pinning tests when running in CI.

import { disallowPinnedTests } from '@japa/runner/plugins'
configure({
plugins: [disallowPinnedTests({ disallow: !!process.env.CI })]
})

List pinned tests

The --list-pinned flag can be used to view a list of all the pinned tests along with their source code location.

node bin/test.ts --list-pinned

Features

  • add CLI flag to list pinned tests (5a60016)
  • add disallowPinnedTests plugin (94a966f)

Full Changelog: japa/runner@v4.3.1...v4.4.0

Replace deprecated find-cache-dir package with find-cache-directory

4.3.1 (2025-08-07)

Bug Fixes

  • replace deprecated find-cache-dir (#67) (b0e856d)

... (truncated)

Commits
  • a1017a1 chore(release): 4.5.0
  • a15cccf ci: fix release version
  • 927b635 chore: disabling windows tests for now
  • de6e6cb chore(release): 4.4.1
  • f9da5e0 feat: automatically use dot reporter when running inside AI Agent
  • ec3e045 chore(release): 4.4.0
  • e17372d refactor: update error message for disallowPinnedTests plugin
  • 5a60016 feat: add CLI flag to list pinned tests
  • 94a966f feat: add disallowPinnedTests plugin
  • 9f84601 chore: update dependencies
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​japa/runner since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@japa/runner](https://github.com/japa/runner) from 3.1.4 to 4.5.0.
- [Release notes](https://github.com/japa/runner/releases)
- [Commits](japa/runner@v3.1.4...v4.5.0)

---
updated-dependencies:
- dependency-name: "@japa/runner"
  dependency-version: 4.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jan 12, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@AurelienConte
AurelienConte merged commit 7cec8a1 into develop Jan 12, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/develop/japa/runner-4.5.0 branch January 12, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant